html {
    scroll-behavior: smooth;
}

.ltr {
    direction: ltr !important;
}
.font-10 {
    font-size: 10px !important;
}
#sidebar-menu .menu-arrow:before {
    font-family: "Material Design Icons", sans-serif !important;
}

li > a[aria-expanded="true"] > span.menu-arrow {
    transform: rotate(-90deg) !important;
}

.rounded-xl {
    border-radius: 0.5rem;
}

.rounded-xxl {
    border-radius: 0.75rem;
}

.green-control {
    background-color: #d0efdf;
}
.green-control + .select2 .select2-selection,
.green-control + .input-group-prepend .input-group-text,
.green-control + .input-group-addon .input-group-text {
    background-color: #d0efdf !important;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #443178;
}

.loader-box {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 99;
    border-radius: 0.25rem;
}

.suggestion .inbox-item:hover {
    background-color: #f3f7f9d4;
}

.inbox-item-dit {
    border-bottom: 1px solid #eee;
    padding-top: 1.5rem;
}

.inbox-item-dit p.form-control:disabled {
    background-color: #f1f1f1;
    opacity: 0.5;
}

.height-fit {
    height: fit-content !important;
}

.width-fit {
    width: fit-content !important;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-not-allowed {
    cursor: not-allowed !important;
}

.cursor-zoom-in {
    cursor: zoom-in !important;
}

.chat-min-width {
    min-width: 250px;
    max-width: 100%;
}

.divider {
    border-top: 1px solid #eeeeee;
    margin-top: 2rem;
}

.apexcharts-tooltip-title,
.apexcharts-tooltip-text,
.apexcharts-legend-text {
    font-family: IRANSans, sans-serif !important;
}

.apexcharts-yaxis text,
.apexcharts-xaxis text {
    font-family: IRANSans, sans-serif !important;
}

.btn-label-right {
    margin: -0.45rem -0.9rem -0.45rem 0.9rem !important;
}

.bg-custom-primary {
    background-color: #443178 !important;
}

.bg-custom-secondary {
    background-color: #7befb1 !important;
}

.text-custom-primary {
    color: #443178 !important;
}

.text-custom-secondary {
    color: #7befb1 !important;
}

.btn-custom-primary {
    background-color: #443178 !important;
    color: #ffffff !important;
}

.btn-custom-secondary {
    background-color: #7befb1 !important;
    color: #443178 !important;
}

.btn-custom-facebook {
    background-color: #4d8deb !important;
    color: #fff !important;
}

.btn-custom-telegram {
    background-color: #26a7e8 !important;
    color: #fff !important;
}

.btn-custom-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.15rem #7befb15c !important;
}

.checkbox-custom-primary input[type="checkbox"]:checked + label::before {
    background-color: #443178;
    border-color: #443178;
}

.was-validated
    .checkbox-custom-primary
    .custom-control-input:valid:checked
    ~ .custom-control-label::before,
.custom-control-input.is-valid:checked ~ .custom-control-label::before {
    background-color: #443178 !important;
    border-color: #443178 !important;
}

.was-validated
    .checkbox-custom-primary
    .custom-control-input:valid:focus
    ~ .custom-control-label::before,
.custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: unset !important;
}

.checkbox-custom-primary input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

.checkbox-custom-secondary input[type="checkbox"]:checked + label::before {
    background-color: #7befb1;
    border-color: #7befb1;
}

.checkbox-custom-secondary input[type="checkbox"]:checked + label::after {
    border-color: #fff;
}

@media all and (max-width: 580px) {
    .btn-sm-block {
        width: 100%;
        display: block;
    }

    .profile-tab.nav-justified .nav-item {
        width: 100%;
        flex-basis: unset;
        flex-grow: unset;
        margin-bottom: 1rem;
    }

    #profile-update-tab.nav-justified .nav-item {
        flex-basis: unset !important;
        flex-grow: 1 !important;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .hidden-sm {
        display: none !important;
    }
}
.hidden {
    display: none !important;
}
.item-skills div {
    padding: 10px 10px 10px 10px;
    cursor: pointer;
}

.item-skills div:hover {
    background-color: #f3f7f9;
}

.form-control:disabled {
    background-color: #f1f1f1 !important;
    opacity: 0.5 !important;
}

.custom-remove {
    min-height: 34px;
    display: flex;
    align-items: center;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    color: #ffffff !important;
}

.custom-remove i {
    cursor: pointer;
    color: #ffffff;
}

.custom-remove i:hover {
    font-weight: bolder;
}

#image-cropper {
    display: block;
    max-width: 100%;
}

.right-box {
    width: 350px;
}

.left-box {
    position: relative;
    width: calc(100% - 365px);
    min-height: 400px;
}

#image-preview {
    overflow: hidden;
    width: 100%;
    height: 350px;
    max-width: 350px;
    border: 2px dashed #eee;
    direction: ltr;
    position: relative;
}

#image-preview i {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
    margin-top: -0.5rem;
    color: #ddd;
    font-size: 4.5rem;
}

.image-cropper-bg {
    max-height: 500px;
    overflow: hidden;
    margin-left: 3rem;
    margin-right: 1rem;
}

.select-image-bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 500px;
    background-color: #ffffff;
}

@media (max-width: 1200px) {
    .right-box {
        width: 100% !important;
    }

    .left-box {
        width: 100% !important;
    }

    .image-cropper-bg {
        margin: unset !important;
    }
}

.modal-dialog-full-width {
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    background: #ffffff;
}

.modal-content-full-width {
    height: auto !important;
    min-height: 100% !important;
    border-radius: 0 !important;
    padding-bottom: 80px;
    background: #ffffff;
}

.modal-footer-full-width {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    background: #ffffff;
    border-top: 1px #eee solid;
    height: 80px;
}

.was-validated .Uninitializedform-control:valid,
.form-control.is-valid {
    border-color: unset !important;
    padding: 0.45rem 0.9rem !important;
    background-image: unset !important;
    background-repeat: unset !important;
    background-position: unset !important;
    background-size: unset !important;
}

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
    color: unset !important;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before,
.custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: unset !important;
}

.select-bank img {
    width: 100px;
    height: 100px;
    border: 2px solid #eee;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.border-custom-primary {
    border-color: #443178 !important;
}

.tags-custom:hover {
    background-color: #443178;
    transition: 0.4s;
}

.tags-custom:hover a {
    color: #ffffff !important;
    transition: 0.5s;
}

.btn-danger {
    color: #fff !important;
    background-color: #f1556c !important;
    border-color: #f1556c !important;
}

.tooltip-inner {
    font-size: 12px;
    border-radius: 8px;
}

.chat-box {
    position: fixed;
    bottom: -5px;
    /*width: 100%;*/
    /*max-height: 50%;*/
    z-index: 999999;
    align-items: flex-end;
}

.chat-section {
    background-color: #fff;
    z-index: 999999;
    margin-right: 5px;
    width: 300px;
    position: relative;
    border-radius: 5px 5px 0 0;
    border-color: #443178;
    overflow: hidden;
}

.chat-section.minus {
    height: 50px !important;
    width: 200px !important;
}

.chat-section .chat-header,
.chat-section .chat-footer,
.chat-section .chat-body {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 8px 8px 10px 5px;
}

.chat-section .chat-header {
    background-color: #443178;
    color: #fff;
    height: 60px;
    user-select: none;
    z-index: 999999;
}

.chat-section .chat-body {
    overflow-x: hidden;
    overflow-y: scroll;
    top: 65px;
    bottom: 65px;
}

.chat-section .chat-footer {
    bottom: 0;
    height: 60px;
    background-color: #fff;
    box-shadow: 0 -10px 69px -13px rgba(0, 0, 0, 0.09) !important;
    -webkit-box-shadow: 0 -10px 69px -13px rgba(0, 0, 0, 0.09) !important;
}

.chat-section .chat-footer .chat-footer-input {
    width: 75%;
    float: right;
}

.chat-section .chat-footer .chat-footer-btn {
    width: 25%;
    height: 100%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
}

.chat-section .chat-footer .chat-footer-recorder {
    width: 50%;
    height: 100%;
    float: left;
    display: none;
    align-items: center;
    justify-content: space-between;
    border: dashed red 0.5px;
    padding: 0.5rem;
}

.chat-section .chat-footer .chat-footer-input input {
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    padding: 10px 20px 20px 20px;
    font-size: 12px;
}

.chat-section .chat-footer .chat-footer-btn .btn-send {
    font-size: 25px;
    color: #d4d4d4;
    transform: rotate(180deg);
    padding-top: 10px;
    transition: 0.5s;
    cursor: pointer;
}

.chat-section .chat-footer .chat-footer-btn .btn-record {
    font-size: 20px;
    cursor: pointer;
    margin-right: 0.25rem;
}

.chat-section .conversation-list {
    padding: 0 !important;
}

.chat-section .conversation-list .chat-avatar {
    width: 19px !important;
}

.chat-section .chat-footer .chat-footer-recorder .cancel-record {
    font-size: 20px;
    color: darkred;
    cursor: pointer;
}

.chat-section .chat-footer .chat-footer-recorder .send-record {
    font-size: 20px;
    color: darkgreen;
    cursor: pointer;
}

.chat-section .chat-footer .chat-footer-btn .btn-send.active {
    color: #443178;
}

.chat-section .chat-footer .chat-footer-btn .btn-send.active:hover {
    color: #391e7c;
}

.track-order-list ul li.completed:before {
    left: unset !important;
    right: -7px;
    width: 12px;
    height: 12px;
    background-color: #443178;
    border: 3px solid #fff;
    margin: 0;
}

.track-order-list ul li:before {
    left: unset !important;
    right: -7px;
    width: 8px;
    height: 8px;
    border-width: 1px;
    border-color: #443178;
    background-color: #ffffff;
    margin: 2px;
}

.track-order-list ul li .active-dot.dot {
    left: unset !important;
    right: -16px;
    border-color: #443178 !important;
}

.dot {
    border: 4px solid #443178 !important;
}

.track-order-list ul li.completed {
    border-color: #443178 !important;
}

.track-order-list ul li {
    border-left: unset !important;
    border-right: 2px solid #dee2e6;
}

#copy-input::selection {
    background: rgba(88, 71, 132, 0.1);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    background-color: #443178;
}

.avatar-xxl {
    min-height: 7.5rem;
    min-width: 7.5rem;
    max-height: 7.5rem;
    max-width: 7.5rem;
}

.avatar-xl {
    min-height: 6rem;
    min-width: 6rem;
    max-height: 6rem;
    max-width: 6rem;
}

body.authentication-bg {
    background-color: #443178 !important;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: unset !important;
    padding-right: 0.9rem !important;
    background-image: unset !important;
    background-repeat: unset !important;
    background-position: unset !important;
    background-size: unset !important;
}

.was-validated :valid ~ .invalid-feedback,
.was-validated :valid ~ .invalid-feedback {
    display: none !important;
}

.list-group-item-custom-secondary {
    background-color: #7befb1 !important;
    color: #443178 !important;
}

.label-fix {
    position: absolute;
    top: 5px;
    left: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 10px;
    padding: 5px 10px;
    z-index: 999;
}

.product-box img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.product-box .bg-light {
    overflow: hidden;
}

.product-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #443178 !important;
}

.select2-container--default
    .select2-results__option--highlighted[aria-selected] {
    background-color: #443178 !important;
    color: #ffffff;
}

.users-list-loader {
    background-color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    border-radius: 5px;
    z-index: 999;
}

.users-list-loader .spinner-border {
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -1.2rem;
    margin-right: -1rem;
}

.nav-user img {
    background-color: #eee;
    color: transparent;
}

.nav-bordered a.active {
    border-bottom: 3px solid #7befb1 !important;
}

a {
    color: #443178;
}

a:hover {
    color: #443178;
}

.btn-success {
    color: #fff;
    background-color: #1abc9c !important;
    border-color: #1abc9c !important;
}

.disabled-a {
    pointer-events: none;
    color: #98a6ad;
}

.select2-container .select2-selection--single {
    border: 1px solid #ced4da !important;
    height: calc(1.5em + 0.9rem + 2px) !important;
    background-color: #fff !important;
    box-shadow: none !important;
    outline: none !important;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
    border-color: #adb5bd transparent transparent transparent !important;
    border-width: 6px 6px 0 6px !important;
}

.select2-container .select2-selection--single .select2-selection__arrow {
    height: 34px !important;
    width: 34px !important;
    right: 3px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-left: 12px !important;
    color: #6c757d !important;
}

.dz-hidden-input {
    position: unset !important;
}

.page-item:last-child .page-link {
    border-radius: unset !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.page-item:first-child .page-link {
    border-radius: unset !important;
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.page-item.active .page-link {
    background-color: #443178 !important;
    border-color: #443178 !important;
}

.pagination {
    width: fit-content;
    margin: 2rem auto;
}

.border-2 {
    border-width: 2px !important;
}

.profile-image {
    border-radius: 50%;
    background-color: #eeeeee;
    background-image: url("data:image/png;base64,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");
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.profile-image img {
    width: 100%;
    height: 100%;
    background-size: cover;
    vertical-align: super !important;
    border-style: none;
}

.notify-all {
    position: fixed;
    bottom: 0;
    background-color: #ffffff;
    z-index: 9999;
    right: 0;
    left: 0;
    height: 40px;
}

#upload-box {
    border: 2px dashed #ced4da;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    min-height: 100px;
    padding: 20px;
    box-shadow: none;
    width: 100%;
    transition: all 0.2s ease-in-out;
}

#upload-box.highlights {
    background-color: #eeeeee;
    border-color: #a5a5a5;
}

#upload-box .mdi-cloud-upload-outline {
    font-size: 2rem;
}

#file-preview-template .mdi-close {
    font-size: 1rem;
    cursor: pointer;
    padding: 10px 0 10px 20px;
    color: #000000;
    font-weight: bold;
    align-self: center;
}

.left-side-menu .h-100 {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.left-side-menu .h-100::-webkit-scrollbar {
    display: none;
}

.emoji {
    /*color: transparent;*/
    display: inline-block;
    font-size: 15px;
    font-style: normal;
    height: 25px;
    width: 25px;
}

.emoji::selection {
    background-color: highlight;
    color: transparent;
}

.emoji-image {
    font-size: 14px;
    line-height: 28px;
}

.emoji-button {
    cursor: pointer;
    margin-left: 0.5rem;
}

.emoji-editor {
    -moz-appearance: textfield-multiline;
    -webkit-appearance: textarea;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    cursor: text;
    font: medium -moz-fixed;
    font: -webkit-small-control;
    -webkit-font-smoothing: antialiased;
    height: 100px;
    overflow: auto;
    padding: 5px;
    resize: both;
    width: 100%;
}

.emoji-picker {
    background-color: #fff;
    border: 1px solid #ccc;
    position: absolute;
    height: 200px;
    width: 220px;
    z-index: 9999999999;
    display: none;
}

.emoji-picker a {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    padding: 3px;
}

.emoji-selector {
    border-bottom: 1px solid #ccc;
    display: flex;
}

.emoji-selector li {
    margin: 5px;
}

.emoji-group {
    /*display: < a href = "https://www.jqueryscript.net/tags.php?/grid/" > grid < / a >;*/
    grid-template-columns: repeat(6, 16.66667%);
    height: 120px;
    overflow-y: scroll;
    padding: 3px;
}

.select2-search__field {
    direction: rtl;
}

.custom-accordion .accordion-arrow {
    left: 0;
    right: unset;
}

.custom-accordion a.collapsed i.accordion-arrow:before {
    content: "\F0141";
}

.bio-container {
    font-size: 13px !important;
}

.bio-container ul {
    padding-inline-start: 40px !important;
}

.plan-icon-box {
    position: absolute;
    background-color: #443178;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    left: 0;
    bottom: -5px;
    padding-right: 1px;
}

.unread-notification {
    background-color: #f0e3ff;
}

.popover {
    max-width: 450px;
    border: 1px solid #585858;
    border-radius: 15px;
}

@media (max-width: 991.98px) {
    .logo-box {
        width: 45px !important;
    }
}

.navbar-custom .button-menu-mobile {
    width: 44px;
}

.navbar-custom .topnav-menu .nav-link {
    padding: 0 5px !important;
}
.line-height-30 {
    line-height: 30px !important;
}

.highlight {
    animation: blink 1s ease-in-out 3;
    background-color: #f0e5ff;
}

.gap-1 {
    gap: 0.25rem;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-3 {
    gap: 1rem;
}
.gap-4 {
    gap: 1.5rem;
}
.gap-5 {
    gap: 3rem;
}

.row-gap-1 {
    row-gap: 0.25rem;
}
.row-gap-2 {
    row-gap: 0.5rem;
}
.row-gap-3 {
    row-gap: 1rem;
}
.row-gap-4 {
    row-gap: 1.5rem;
}
.row-gap-5 {
    row-gap: 3rem;
}
#project-action-box {
    position: sticky;
    top: 0;
    z-index: 10;
}

.btn-success-light {
    color: #212529;
    background-color: #bef9e4;
    border-color: #0da872;
}
.bg-neutral {
    background-color: #f3f3f3;
}
.project-plan-item {
    position: relative;
    cursor: pointer;
    background-color: #e5e5f1;
}
.project-plan-item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: var(--fill);
    transition: height 0.4s ease;
}
.project-plan-item:hover::before,
.project-plan-item.active::before {
    height: 100%;
}

@keyframes blink {
    0%,
    100% {
        background-color: transparent;
    }
    50% {
        background-color: #f0e5ff;
    }
}
